@charset "utf-8";
/* iFocus style */
#ifocus {
	width: 588px;
	height: 364px;
	/*border: 1px solid #DEDEDE;*/
	background: #F8F8F8;
	margin-left:3px;
}

#ifocus_pic {
	display: inline;
	position: relative;
	float: left;
	width: 577px;
	height: 353px; /*353px 在JS中也要修改 CC by 2017/11/19*/
	overflow: hidden;
	margin: 5px 0 0 5px;
}

#ifocus_piclist {
	position: absolute;
}

#ifocus_piclist li {
	width: 577px;
	height: 353px;
	overflow: hidden;
}

#ifocus_piclist img {
	width: 577px;
	height: 353px;
}

#ifocus_btn {
	display: inline;
	float: right;
	/*width: 101px;
	margin: 0px 5px 0 0;
	*/
}

#ifocus_btn li {
	/*
	width: 101px;
	height: 91px;
	*/
	cursor: pointer;
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity = 50);
}

#ifocus_btn img {
	width: 100px;
	height: 79px;
	margin: 5px 0 0 5px;
}

#ifocus_btn .current {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity = 100);
}

#ifocus_opdiv {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 577px;
	height: 32px;
	background: #000;
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity = 50);
	visibility: hidden;
}

#ifocus_tx {
	position: absolute;
	left: 8px;
	bottom: 8px;
	color: #FFF;
	visibility: hidden; 
	width: 500px; 
	text-align: center;
}

#ifocus_tx .normal {
	display: none;
}
/* Reset style end */